- charEvent
void charEvent(const(char)* character)
Undocumented in source. Be warned that the author may not have intended to support it.
- forwardMessage
void forwardMessage(void* message)
Undocumented in source. Be warned that the author may not have intended to support it.
- imeCancelComposition
void imeCancelComposition()
Undocumented in source. Be warned that the author may not have intended to support it.
- imeCommitText
void imeCommitText(const(char)* text)
Undocumented in source. Be warned that the author may not have intended to support it.
- imeSetComposition
void imeSetComposition(const(char)* text, DiscordImeUnderline* underlines, uint underlineLength, int from, int to)
Undocumented in source. Be warned that the author may not have intended to support it.
- initDrawingDxgi
DiscordResult initDrawingDxgi(void* swapChain, bool useMessageForwarding)
Undocumented in source. Be warned that the author may not have intended to support it.
- isEnabled
void isEnabled(bool* enabled)
Undocumented in source. Be warned that the author may not have intended to support it.
- isLocked
void isLocked(bool* locked)
Undocumented in source. Be warned that the author may not have intended to support it.
- isPointInsideClickZone
bool isPointInsideClickZone(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- keyEvent
void keyEvent(bool down, const(char)* keyCode, DiscordKeyVariant variant)
Undocumented in source. Be warned that the author may not have intended to support it.
- mouseButtonEvent
void mouseButtonEvent(ubyte down, int clickCount, DiscordMouseButton button, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- mouseMotionEvent
void mouseMotionEvent(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPresent
void onPresent()
Undocumented in source. Be warned that the author may not have intended to support it.
- openActivityInvite
void openActivityInvite(DiscordActivityActionType type, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- openGuildInvite
void openGuildInvite(const(char)* code, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- openVoiceSettings
void openVoiceSettings(void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- setImeCompositionRangeCallback
void setImeCompositionRangeCallback(void function(int, int, DiscordRect*, uint) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- setImeSelectionBoundsCallback
void setImeSelectionBoundsCallback(void function(DiscordRect, DiscordRect, bool) callback)
Undocumented in source. Be warned that the author may not have intended to support it.
- setLocked
void setLocked(bool locked, void function(DiscordResult) callback)
Undocumented in source. Be warned that the author may not have intended to support it.